CreateIsolatedWorldResponse

data class CreateIsolatedWorldResponse(executionContextId: ExecutionContextId)

Represents response frame that is returned from Page#createIsolatedWorld operation call. Creates an isolated world for the given frame.

See also

Constructors

CreateIsolatedWorldResponse
Link copied to clipboard
fun CreateIsolatedWorldResponse(executionContextId: ExecutionContextId)

Properties

executionContextId
Link copied to clipboard
val executionContextId: ExecutionContextId
Execution context of the isolated world.

Sources

jvm source
Link copied to clipboard